Welcome![Sign In][Sign Up]
Location:
Search - delphi send sms

Search list

[SMSSMS_PUDUnit

Description: 短信收发的Delphi程序,PDU格式的-mobilephone send sms with pdu s style.
Platform: | Size: 7094 | Author: wang | Hits:

[SMSfree_sms

Description: 一个通过网站的漏洞实现免费发送短信的程序源码(湖南省内适用)-<font color=FF0000>A loophole to achieve through the web site to send text messages free of charge procedures source (Hunan applicable)</font>
Platform: | Size: 30720 | Author: | Hits:

[SMSsms7110

Description: Oxygen SMS7110 ActiveX Control的操作系统为Windows 95 98 NT及2000,支持NOKIA 3***/62**/71**/8***系列的GSM手机。它允许你发送文本和图片消息,读写缺省的SMS中心号码。控件可以和任何支持Active X的编程环境相融合(如,ASP。Microsoft Visual Basic,Microsoft Visual C ,Microsoft Access,Borland Delphi,Borland C Builder等)。适用语言:CB3 CB4 CB5 D3 D4 D5-Oxygen SMS7110 ActiveX Control for the operating system, Windows 95 98 NT and 2000 in support of NOKIA 3***/62**/71**/8*** series GSM phones. It allows you to send text and picture messages, read and write default SMS center number. Can control and any support for Active X integrated programming environment (such as, ASP. Microsoft Visual Basic, Microsoft Visual C, Microsoft Access, Borland Delphi, Borland C Builder, etc.). Applicable language: CB3 CB4 CB5 D3 D4 D5
Platform: | Size: 640000 | Author: 站长 | Hits:

[SMSotsms

Description: TOxygenSMS控件允许你发送接受文本和图片消息,读写缺省的SMS中心号码,获得保存的信息总数和统计它们的位置,从SMS收件箱中读取和删除信息。可以获得手机的IMEI,型号的软件和硬件版本和日期,电池容量和信号强度。该控件几乎适用于所有的NOKIA GSM手机:3210,3310,5110,5130,,5190,6110,6130,6150,6190,6210,6250,7110,7190,8210,8250,8290,8810,8850和 8890. 未注册时带提示屏幕。包含EXE演示。适用语言:CB4 CB5 D3 D4 D5 D6-TOxygenSMS control allows you to send to receive text and picture messages, read and write default SMS center number, be preserved and statistical information on the total number of their locations, from the SMS inbox to read and delete information. Access to mobile phones IMEI, models of software and hardware version and date, battery capacity and signal strength. The controls apply to almost all NOKIA GSM Mobile: 3210,3310,5110,5130, 5190,6110,6130,6150,6190,6210,6250,7110,7190,8210,8250,8290,8810,8850 and 8890. unregistered when prompted with the screen. EXE demo included. Applicable language: CB4 CB5 D3 D4 D5 D6
Platform: | Size: 872448 | Author: 站长 | Hits:

[Communicationsms_center

Description: 调用dll发送手机短信,可以进行聊天,开发中做的测试程序。-Dll to send SMS to call, you can chat, make the development of test procedures.
Platform: | Size: 295936 | Author: tcooky | Hits:

[SMSSending_SMS_with_computer

Description: This delphi 7 source code have a function to send SMS trough computer with serial communication. You can modify it for your requirement.
Platform: | Size: 80896 | Author: herlambang | Hits:

[Communication-MobileSENDMESSAGE

Description: 通过串口发送手机短信,需要安装SPCOM控件-Send SMS through serial port
Platform: | Size: 219136 | Author: itran | Hits:

[SMSDTUS047

Description: GPRS数据透传模块,同时可以接收和发送SMS短信息,功能完善,性能稳定,值得参考。-Data through GPRS module, as well as receive and send SMS text messages, functions, stable performance, it is also useful.
Platform: | Size: 398336 | Author: siway | Hits:

[SMSSMS-COM

Description: 连接上Wavecom手机猫即可进行手机短信收发功能!-Wavecom mobile phone can be connected to the cat to send and receive SMS feature!
Platform: | Size: 236544 | Author: zch | Hits:

[Delphi VCLDelphiSMS

Description: send sms in delphi source code
Platform: | Size: 1477632 | Author: mehdi dehghani | Hits:

[SMSSMS

Description: Send message and read SMS from GSM phone-Send message and read SMS from GSM phone
Platform: | Size: 646144 | Author: muhammad rodhy | Hits:

[Windows DevelopSendSms

Description: Send sms via connected to pc GSM modem
Platform: | Size: 4096 | Author: DaBEAT | Hits:

[SMSsms

Description: 前几天要做一个短信收发的小软件 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-A few days ago to do a little messaging software Using standard AT commands Now only support PDU mode (Text mode is too simple!) Support 7_Bit and UCS2 encoding Integrated serial port (spcomm) Only a few simple configuration parameters can send and receive messages up
Platform: | Size: 256000 | Author: | Hits:

[Delphi VCLSmartWaveCom

Description: Delphi写的通用AT短信收发程序 采用AT命令写的短信收发程序。 1.接口数据库可自行创建(SQL2000) 发送短信表结构为: CREATE TABLE [dbo].[SMS_Send] ( [id] [int] IDENTITY (1, 1) NOT NULL , [mobile] [nvarchar] (20) COLLATE Chinese_PRC_CI_AS NULL , [Msg] [nvarchar] (160) COLLATE Chinese_PRC_CI_AS NULL , [state] [int] NULL , [sendyorn] [int] NOT NULL , [sendtime] [datetime] NULL , [CommPort] [nvarchar] (50) COLLATE Chinese_PRC_CI_AS NULL ) ON [PRIMARY] 2. 接收短信表结构为: CREATE TABLE [dbo].[SMS_Accept] ( [id] [int] IDENTITY (1, 1) NOT NULL , [mobile] [nvarchar] (20) COLLATE Chinese_PRC_CI_AS NULL , [Msg] [nvarchar] (160) COLLATE Chinese_PRC_CI_AS NULL , [ArriveTime] [datetime] NULL , [Readed] [int] NULL ) ON [PRIMARY] -Delphi to write the general AT messaging program uses AT commands to write text messaging program. 1. Interface allows you to create the database (SQL2000) to send SMS table structure: CREATE TABLE [dbo]. [SMS_Send] ([id] [int] IDENTITY (1, 1) NOT NULL, [mobile] [nvarchar] (20) COLLATE Chinese_PRC_CI_AS NULL, [Msg] [nvarchar] (160) COLLATE Chinese_PRC_CI_AS NULL, [state] [int] NULL, [sendyorn] [int] NOT NULL, [sendtime] [datetime] NULL, [CommPort] [nvarchar] (50 ) COLLATE Chinese_PRC_CI_AS NULL) ON [PRIMARY] 2. receive SMS table structure: CREATE TABLE [dbo]. [SMS_Accept] ([id] [int] IDENTITY (1, 1) NOT NULL, [mobile] [nvarchar] (20 ) COLLATE Chinese_PRC_CI_AS NULL, [Msg] [nvarchar] (160) COLLATE Chinese_PRC_CI_AS NULL, [ArriveTime] [datetime] NULL, [Readed] [int] NULL) ON [PRIMARY]
Platform: | Size: 910336 | Author: 刘海滨 | Hits:

[Delphi VCLsms

Description: 本群发软件可支持各种群发器,也可支持带MODE手机(现在大多手机都带,插上USB线即可),对于COM口的设备不用安装驱动就可发短信 而对于USB口的则要安装相关的USB设备驱动,Samsung或Nokia则可到网上下载手机驱动.就可当成短群信发器了-The software can support a variety of mass mass device can also support mobile phones with MODE (now with most phones, you can plug in USB cable), the COM port of the device can send text messages without having to install drivers for the USB port will have the Install USB device driver related, Samsung or Nokia mobile phones can be downloaded to the driver. can be as short hair a group of letters
Platform: | Size: 205824 | Author: 陈先生 | Hits:

[SMSSMS

Description: 四信 F1103 GPRS 短信模块,收发短信,可以开发自己的智能回复,远程电脑控制.需要安装skinForms-Four-letter text F1103 GPRS module, send and receive text messages, you can develop your own smart reply, remote computer control.
Platform: | Size: 3953664 | Author: | Hits:

[SMSsms

Description: send sms with computer source code delphi
Platform: | Size: 94208 | Author: aliensmc | Hits:

[SMSDelphi

Description: 短信猫发送短信功能,支持PDU中文长短信,7位160个字符,8位140个字符,读短信功能! 手机短信编程-SMS the cat send SMS, long SMS support PDU Chinese, 7 to 160 characters, eight to 140 characters, read SMS! SMS programming
Platform: | Size: 243712 | Author: 郑斌 | Hits:

[Internet-Networkdelphi-sms

Description: 用于DTU的短信接受和发送。用于检测DTU-Used to receive and send SMS DTU. For detecting DTU
Platform: | Size: 236544 | Author: 郭超 | Hits:

[Delphi VCLsms-Delphi

Description: 使用Delphi发送手机短信息的程序源代码- Send SMS messages using the Delphi source code, compared with reference values
Platform: | Size: 297984 | Author: yxbhw | Hits:
« 1 23 4 5 »

CodeBus www.codebus.net